home *** CD-ROM | disk | FTP | other *** search
/ Sound Fx / Sound Fx.iso / Software / ZIPED / MM9530B1.EXE / _SETUP.1 / midimac3.exe / 0 / RCDATA / TTREEDIALOGFORM / TTREEDIALOGFORM.txt < prev   
Text File  |  1997-02-01  |  2KB  |  78 lines

  1. object treedialogform: Ttreedialogform
  2.   Left = 492
  3.   Top = 450
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = OKBtn
  7.   BorderStyle = bsDialog
  8.   Caption = 'DirectoryTreeDialog'
  9.   ClientHeight = 214
  10.   ClientWidth = 317
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 300
  24.     Height = 161
  25.     Shape = bsFrame
  26.     IsControl = True
  27.   end
  28.   object OKBtn: TBitBtn
  29.     Left = 8
  30.     Top = 180
  31.     Width = 77
  32.     Height = 27
  33.     TabOrder = 0
  34.     OnClick = OKBtnClick
  35.     Kind = bkOK
  36.     Margin = 2
  37.     Spacing = -1
  38.     IsControl = True
  39.   end
  40.   object CancelBtn: TBitBtn
  41.     Left = 228
  42.     Top = 180
  43.     Width = 77
  44.     Height = 27
  45.     TabOrder = 1
  46.     Kind = bkCancel
  47.     Margin = 2
  48.     Spacing = -1
  49.     IsControl = True
  50.   end
  51.   object DirectoryListBox1: TDirectoryListBox
  52.     Left = 19
  53.     Top = 40
  54.     Width = 281
  55.     Height = 121
  56.     Font.Color = clBlack
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ItemHeight = 16
  61.     ParentFont = False
  62.     TabOrder = 2
  63.   end
  64.   object DriveComboBox1: TDriveComboBox
  65.     Left = 19
  66.     Top = 16
  67.     Width = 281
  68.     Height = 19
  69.     Font.Color = clBlack
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ParentFont = False
  74.     TabOrder = 3
  75.     OnChange = DriveComboBox1Change
  76.   end
  77. end
  78.